projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d465fbe
)
Fix a problem in the last change
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 28 Jan 2007 03:39:46 +0000
(
03:39
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 28 Jan 2007 03:39:46 +0000
(
03:39
+0000)
svn path=/trunk/; revision=17228
gtk/gtktoolbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbutton.c
b/gtk/gtktoolbutton.c
index 7c126931dd01f45d35d4d0c95ffc63047409f337..3f28f41615c7b38ecc749beca1d7c901e456885d 100644
(file)
--- a/
gtk/gtktoolbutton.c
+++ b/
gtk/gtktoolbutton.c
@@
-501,7
+501,8
@@
gtk_tool_button_property_notify (GObject *object,
{
GtkToolButton *button = GTK_TOOL_BUTTON (object);
- if (button->priv->contents_invalid)
+ if (button->priv->contents_invalid ||
+ strcmp ("is-important", pspec->name) == 0)
gtk_tool_button_construct_contents (GTK_TOOL_ITEM (object));
if (parent_class->notify)